/**
 * Copies session state from a regular Chrome profile to make it available for Chrome for Testing
 * @param sourceUserDataDir Path to the source Chrome user data directory
 * @returns Whether the copy operation succeeded
 */
export declare function copySessionState(sourceUserDataDir: string): Promise<boolean>;
//# sourceMappingURL=session-helper.d.ts.map