import { TransactionMeta } from '../factory'; export declare type FetchFilesPayload = { limit?: string | number; page?: string | number; dateFrom?: string; }; /** * @registeredEvent * @title Fetch Files * @description notifies to requests to fetch files * @payload { * limit?: string | number * page?: string | number * dateFrom?: string * } * @meta { * transactionId?: string * } */ export declare const fetchFiles: import("../factory").Factory;