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