import { ParserPreset } from '@commitlint/types'; export declare function loadParserOpts(pendingParser: string | ParserPreset | Promise<ParserPreset> | undefined): Promise<ParserPreset | undefined>; //# sourceMappingURL=load-parser-opts.d.ts.map