import { DatabaseSession } from '../../database/types'; export declare function serverRun(database: DatabaseSession, arg: string): Promise<{ printAsText: () => Promise; }>;