export interface VerifyOptions { schedulerUrl?: string; robotId?: string; token?: string; } export declare function roboparkVerify(opts: VerifyOptions): Promise;