export default getProtocolCommand;
export function getProtocolCommand(id: any, method: any, opts?: {}): {
    id: any;
    method: any;
    params: {
        objectGroup: string;
        includeCommandLineAPI: boolean;
        doNotPauseOnExceptionsAndMuteConsole: boolean;
        emulateUserGesture: boolean;
        generatePreview: boolean;
        saveResult: boolean;
    };
};
//# sourceMappingURL=index.d.ts.map