type SoqlWithComments = { originalSoqlText: string; headerComments: string; commentLineCount: number; headerPaddedSoqlText: string; soqlText: string; }; export declare const parseHeaderComments: (originalSoqlText: string) => SoqlWithComments; export {}; //# sourceMappingURL=soqlComments.d.ts.map