export type AccountFormats = keyof typeof accountsFormats; export declare const accountsFormats: { 'seb-account': (value: string | number | undefined) => string; };