import type { RestEndpoint } from '../types'; export declare const get: RestEndpoint<'FunctionLog', 'get'>; export declare const getMany: RestEndpoint<'FunctionLog', 'getMany'>;