export type FormApiPayload = { formData: any; }; export declare function sendApiForm(APIStoreResponseDataEndpoint: string, APIAccessToken: string | null, formData: any, method: string): Promise;