import type { Path } from './types/objects.js'; import type { AnyRecord } from './types/records.js'; export declare const getPaths: (input: Type) => Path[];