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