import type { Header, Options, Transaction } from './types.js';
export declare const pcnGenerator: (headerInfo: Header, transactions: Transaction[], options?: Options) => string;
export declare function validatePcn874(content: string): boolean;
export * from './types.js';