declare const createPostForm: (postUrl: string, params: {
    name: string;
    value: string;
}[]) => string;
export { createPostForm };
