import { staff } from '../../api/staff'; import { IframeWindow } from '.'; export declare class Staff implements staff.Api { private iframe; constructor(iframe: IframeWindow); selectStaff(request?: staff.SelectStaffRequest): Promise; }