/** * Internal constant used by Juno's tooling to discover serverless functions. * Not intended for direct use by developers. */ export declare const JUNO_FUNCTION_TYPE: { readonly QUERY: "__juno_function_query"; readonly UPDATE: "__juno_function_update"; };