interface IHandlerParams { context: any; params: any[]; property: string; } declare const _default: { uid: string; match: (({ property, context }: IHandlerParams) => boolean) | (({ property, context }: IHandlerParams) => boolean); resolve: (({ context, params }: IHandlerParams) => any) | (({ context, params }: IHandlerParams) => string) | (({ context, property }: IHandlerParams) => any) | (({ context, property }: IHandlerParams) => any) | (({ context, property, params }: IHandlerParams) => any) | (({ context }: IHandlerParams) => string[]) | (({ context }: IHandlerParams) => { key: string; value: any; }[]) | (({ context }: IHandlerParams) => number | undefined) | (({ context, params }: IHandlerParams) => any) | (({ context, params }: IHandlerParams) => any) | (({ context, params }: IHandlerParams) => any) | (({ context, params }: IHandlerParams) => any); }[]; export default _default;