export declare type Cause = {
    code: string;
    description: string;
};
//# sourceMappingURL=cause.d.ts.map