import type { FunctionDefinition } from '../../definition_types'; /** * Returns current date and time. * * @example * ROW current_date = NOW() * * @example * FROM sample_data * | WHERE @timestamp > NOW() - 1 hour */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=now.d.ts.map