export declare function useSubmitCreate(): {
    run(args: any): Promise<void>;
};
