import type { NotesScope, ScopeSelection } from "../core/storage.js"; import type { NotesCommandContext } from "./context.js"; export declare const NOTES_USAGE: string; export declare function defaultCreateScope(selection: ScopeSelection): NotesScope; export declare function nowIso(): string; export declare function requireHasUi(ctx: NotesCommandContext): boolean; export declare function renderSetupStarterNote(now: string): string; //# sourceMappingURL=shared.d.ts.map