interface Props { title: string; body: any; } export declare function createRequestBodyTable({ title, body }: Props): string | undefined; export {};