export declare const $StorageClone: {
    properties: {
        password: {
            type: string;
        };
        password_type: {
            type: string;
        };
        sshkeys: {
            type: string;
            contains: {
                type: string;
            };
        };
    };
};
