declare const _default: {
    functionName: (func: Function) => string;
    columnRelation: (name: string) => string;
    timestamp: () => string;
    escape: (str: any) => any;
    escapeSubQuery: (str: any) => any;
    tableName: (name: string) => string;
    generateUUID: () => string;
    consoleDebug: (logs: string) => void;
};
export default _default;
