import type * as t from './schema.js'; export { get }; declare function get(schema: S, ...path: [K1, K2, K3, K4, K5, K6, K7, K8, K9]): V; declare function get(schema: S, ...path: [K1, K2, K3, K4, K5, K6, K7, K8]): V; declare function get(schema: S, ...path: [K1, K2, K3, K4, K5, K6, K7]): V; declare function get(schema: S, ...path: [K1, K2, K3, K4, K5, K6]): V; declare function get(schema: S, ...path: [K1, K2, K3, K4, K5]): V; declare function get(schema: S, ...path: [K1, K2, K3, K4]): V; declare function get(schema: S, ...path: [K1, K2, K3]): V; declare function get(schema: S, ...path: [K1, K2]): V; declare function get(schema: S, ...key: [K1]): V; declare function get(schema: S, ...path: [K1]): V; declare function get(schema: S, ...path: []): S; export { get$ }; declare function get$(schema: S, ...path: [K1, K2, K3, K4, K5, K6, K7, K8, K9]): V; declare function get$(schema: S, ...path: [K1, K2, K3, K4, K5, K6, K7, K8]): V; declare function get$(schema: S, ...path: [K1, K2, K3, K4, K5, K6, K7]): V; declare function get$(schema: S, ...path: [K1, K2, K3, K4, K5, K6]): V; declare function get$(schema: S, ...path: [K1, K2, K3, K4, K5]): V; declare function get$(schema: S, ...path: [K1, K2, K3, K4]): V; declare function get$(schema: S, ...path: [K1, K2, K3]): V; declare function get$(schema: S, ...path: [K1, K2]): V; declare function get$(schema: S, ...path: [K1]): V; declare function get$(schema: S, ...path: []): S; //# sourceMappingURL=utils.d.ts.map