interface ReceiptsOptions { limit?: string; json?: boolean; markdown?: boolean; pr?: boolean; key?: string; force?: boolean; apiUrl?: string; secret?: string; dryRun?: boolean; } export declare function receiptsCommand(action?: string, target?: string, options?: ReceiptsOptions): Promise; export {}; //# sourceMappingURL=receipts.d.ts.map