import { Config } from "./configuration"; export * from "./configuration"; export declare function generateTsDeclarations(config: Config): Promise;