import { DeepPartial } from "@azure-tools/codegen";
import { Schema } from "../schema";
export interface BinarySchema extends Schema {
}
export declare class BinarySchema extends Schema implements BinarySchema {
    constructor(description: string, objectInitializer?: DeepPartial<BinarySchema>);
}
//# sourceMappingURL=binary.d.ts.map