import type { Context, SchemaWithId, PackReferences } from '@aeriajs/types'; import type { description } from './description.js'; export declare const insert: (payload: { what: { content: string; } & Pick>, "_id" | "name" | "owner" | "absolute_path">; }, context: Context) => Promise Promise; }; readonly download_link: { readonly type: "getter"; readonly getter: (doc: object) => Promise; }; }; readonly actions: { readonly deleteAll: { readonly label: "Remover"; readonly ask: true; readonly selection: true; }; }; readonly individualActions: { readonly remove: { readonly label: "Remover"; readonly icon: "trash"; readonly ask: true; }; }; }>>>;