export declare const getFieldPattern: (allowedSymbols: RegExp | string) => RegExp | null; export declare const getCodeValue: (codeLength: number, value: string) => Array; export declare const getPlaceholderValue: (codeLength: number, placeholder?: string) => null | string[]; //# sourceMappingURL=initialValuesHelper.d.ts.map