declare function _exports({ id, trnsrc, user, statementDistributions, statementDate, cgpProductInstanceHashedId, }: { id: string; trnsrc: string; user: string; statementDistributions: number[]; statementDate: string; cgpProductInstanceHashedId: string; }): string; export = _exports;