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