export interface WebexAppCredentials { clientId: string; clientSecret: string; source: 'env' | 'builtin'; } export declare function getWebexAppCredentials(): WebexAppCredentials; //# sourceMappingURL=app-config.d.ts.map