export declare class Credentials { clientId: string; clientSecret: string; separator: string; constructor(clientId: string, clientSecret: string, separator: string); }