import type { FunctionDefinition } from '../../definition_types'; /** * Returns a string made of `number` spaces. * * @example * ROW message = CONCAT("Hello", SPACE(1), "World!"); */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=space.d.ts.map