declare type CredentialsResponse = { projectId?: string; ciToken?: string; }; export declare function getTestimCredentials(): Promise; export {};