import { Schema } from 'airtight';
export declare const shortId: (size?: number) => string;
export declare const standardId: (size?: number) => string;
export declare const IdSchema: Schema<string>;
