import { OpenModalParams } from '../def';
export declare function open(params: OpenModalParams): Promise<void>;
