export declare const $AccessKey: {
    properties: {
        secret_key: {
            type: string;
        };
        access_key: {
            type: string;
        };
        user: {
            type: string;
        };
    };
};
