export interface Config { apiKey: string; privateKeyPem?: string; host: string; } export declare function getConfig(requirePrivateKey?: boolean): Config; //# sourceMappingURL=config.d.ts.map