export declare function isFrontendPath(path: string): boolean; export declare function onlyKeysInObject(object: Record, keys: string[]): boolean; export declare function onlyKeyInObject(object: Record, key: string): boolean; export declare function isNoNull(input: unknown): input is NonNullable; //# sourceMappingURL=utils.d.ts.map