import type { BankStatementParser, BankTransaction } from '@ksefnik/shared'; export declare class SantanderParser implements BankStatementParser { bank: string; canParse(content: string | Buffer): Promise; parse(content: string | Buffer): Promise; } //# sourceMappingURL=santander.parser.d.ts.map