export declare function cleanGraphQLSchema(schema: string): {
    schema: string;
    notFound: Record<string, Record<string, string>>;
};
//# sourceMappingURL=clean-graphql.d.ts.map