export declare const template = " if (password protected of n) then error \"note is locked\"\n set body of n to (body of n) & (item 2 of argv)\n set c to container of n\n{{{accountWalk}}}\n set d to (ASCII character 1)\n return (id of n) & d & (name of n) & d & (name of c) & d & (name of a) & d & \u00AC\n ((modification date of n) as text) & d & ((password protected of n) as text)"; export type TemplateType = { accountWalk: string | boolean | number; }; declare const render: (args: TemplateType) => string; export default render;