export declare function createFormData(authorUserId: number, type: "comment" | "stamp", parentId: number | undefined, comment: string | undefined, stampId: number | undefined): FormData;