export declare const template = "set c to container of n\n{{{accountWalk}}}\n set out to out & (id of n) & d & (name of n) & d & (name of c) & d & \u00AC\n (name of a) & d & ((modification date of n) as text) & d & \u00AC\n ((password protected of n) as text) & linefeed"; export type TemplateType = { accountWalk: string | boolean | number; }; declare const render: (args: TemplateType) => string; export default render;