export declare function hookAutoId(fnc?: () => string): { onInsert(value: any, ctx: import("../types").PHookContext): any; };