import { Source } from 'graphql'; export declare function extractDocumentStringFromCodeFile(source: Source): string | void;