export declare type SchemaObject = {
    $id?: string;
    $schema?: string;
    $async?: false;
    [x: string]: unknown;
};
