import type * as CandidApi from "../../../index"; export type TaskNoteId = string & { TaskNoteId: void; }; export declare function TaskNoteId(value: string): CandidApi.TaskNoteId;