import { DatabaseSession } from "../../database"; export declare function templateHelp(database: DatabaseSession, arg: string): Promise<{ printAsText: () => Promise; }>; export declare function template(database: DatabaseSession, arg: string): Promise<{ printAsText: () => Promise; }>;