export interface CloseVectorCredentials {
    key?: string;
    secret?: string;
}