import { GetOptions } from './flat.types.js';
export declare const propertyKeyRegex: (propertyPath: string, options?: GetOptions) => RegExp;
