export interface RejectionCode {
    code: string;
    description: string;
}
export declare const rejectionCodes: RejectionCode[];
