export declare class RemitCodDto {
    remit_reference?: string;
}
export declare class ReconcileCodDto {
    remit_reference: string;
}
