export declare const $Sshkey: {
    properties: {
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        user_uuid: {
            type: string;
            format: string;
        };
        create_time: {
            type: string;
            format: string;
        };
        status: {
            type: string;
        };
        change_time: {
            type: string;
            format: string;
        };
        name: {
            type: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
        sshkey: {
            type: string;
        };
    };
};
