/** * Create a shell snapshot, caching the result. * Returns the path to the snapshot file, or null if creation failed. */ export declare function getOrCreateSnapshot(shell: string, env: Record): Promise;