import { Command } from 'commander'; declare function parseRowId(raw: string | undefined): number | undefined; export declare const messageCommand: Command; export { parseRowId }; //# sourceMappingURL=message.d.ts.map