export declare const $SnapshotUpdate: {
    properties: {
        name: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
    };
};
