export declare const hasId: (id: string) => boolean; export declare const addId: (id: string) => void; export declare const removeId: (id: string) => void; export declare const isCreating: () => boolean; export declare const startCreating: () => void; export declare const finishCreating: () => void; export declare const touchSlug: () => void; export declare const resetSlug: () => void; export declare const isSlugTouched: () => boolean;