export declare function maskPan(pan: string, format: string, masker?: string): string | {
    error: string;
};
