export declare const endpoint: string;
export declare const credentials: {
    accessKeyId: string;
    secretAccessKey: string;
};
export declare const account: string;
export declare const region = "us-east-1";
