import type { Action, Response, ActionHandlerResources } from '../types.js';
export declare const generateMetaId: (serviceId?: string, type?: string | string[], metaKey?: string) => string;
export default function getMeta(action: Action, resources: ActionHandlerResources): Promise<Response>;