export declare const creds: {
    token: string;
    uri: string;
    workspaceId: string;
    secretId: string;
    resourceServerUrl: string;
};
