import { CmsSystemStorageOperations } from "@webiny/api-headless-cms/types";
import { Entity } from "@webiny/db-dynamodb/toolbox";
export interface CreateSystemStorageOperationsParams {
    entity: Entity<any>;
}
export declare const createSystemStorageOperations: (params: CreateSystemStorageOperationsParams) => CmsSystemStorageOperations;
