import { InputAuthConfig, RunGeneratorContext } from '../../types'; export declare function loadAsyncapi(context: RunGeneratorContext): Promise; export declare function loadAsyncapiDocument(documentPath: string, auth?: InputAuthConfig): Promise; export declare function loadAsyncapiFromMemory(input: string): Promise;