export type ObjectOrArray = Record | any[] | null | undefined; export declare const pathSeperatorRegex: RegExp;