import { DatabaseConnection } from '../showCreateTable/types'; export declare const showCreateFunction: ({ dbConnection, schema, func, }: { dbConnection: DatabaseConnection; schema: string; func: string; }) => Promise;