export declare function snapshot(snapshotPath?: string, options?: {
    yes: boolean;
    format: 'json' | 'yaml';
}): Promise<void>;
