import { Command } from 'commander'; export declare function snapshotAction(options: { full?: boolean; pretty?: boolean; }): Promise; export declare const snapshotCommand: Command; //# sourceMappingURL=snapshot.d.ts.map