export declare const hasCreationTimeInTemplate: (templateContent: string) => boolean;
export declare const hasReminderTimeInTemplate: (templateContent: string) => boolean;
export declare const hasReminderDoneTimeInTemplate: (templateContent: string) => boolean;
export declare const hasReminderOrderInTemplate: (templateContent: string) => boolean;
export declare const hasLocationInTemplate: (templateContent: string) => boolean;
export declare const hasNotebookInTemplate: (templateContent: string) => boolean;
export declare const hasOriginalLinkInTemplate: (templateContent: string) => boolean;
export declare const hasSourceURLInTemplate: (templateContent: string) => boolean;
export declare const hasAnyTagsInTemplate: (templateContent: string) => boolean;
export declare const hasMetadataInTemplate: (templateContent: string) => boolean;
export declare const hasUpdateTimeInTemplate: (templateContent: string) => boolean;
export declare const hasLinkToOriginalInTemplate: (templateContent: string) => boolean;
