import { Brand } from './libs/utils/brand';
export declare type ObnizId = Brand<string, 'ObnizId'>;
export declare const isObnizId: (arg: any) => arg is string;
