export interface RtcSchemaFile { readonly fileName: string; readonly contents: string; } export declare const RTC_V1_01_SCHEMAS: readonly RtcSchemaFile[]; //# sourceMappingURL=_rtc-schemas.generated.d.ts.map