import { SubWindowMessage, PostResponse } from '../def';
export declare function cancel(message?: SubWindowMessage): Promise<PostResponse>;
