import { ICloudbase } from '@cloudbase/types';
export declare function registerFunctions(app: Pick<ICloudbase, 'registerComponent'>): void;
