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