import type { IntrinsicScalarName, Scalar } from "@typespec/compiler";
import type { ResolvedOpenAPI3EmitterOptions } from "./openapi.js";
import type { OpenAPI3Schema, OpenAPISchema3_1 } from "./types.js";
export declare function getSchemaForStdScalars(scalar: Scalar & {
    name: IntrinsicScalarName;
}, options: ResolvedOpenAPI3EmitterOptions): OpenAPI3Schema & OpenAPISchema3_1;
//# sourceMappingURL=std-scalar-schemas.d.ts.map