export declare const getUpdatedPinCodeWithValue: (pinCode: any, index: any, newValue: any) => any; declare const _default: { getUpdatedPinCodeWithValue: (pinCode: any, index: any, newValue: any) => any; }; export default _default;