export declare type SnapshotProfile = {
    id: string;
    description: string;
};
