import { Camt053Statement } from './types'; export declare class Camt053ParserError extends Error { constructor(message: string); } /** * Main parser function. */ export declare function parseCamt053(xml: string): Promise;