import type { Presentation } from '../vcs/v2/models/presentation';
type SchemaType = {
    [K in keyof Presentation]: any;
};
export declare function createPresentationSchema(): SchemaType;
export {};
//# sourceMappingURL=schema-utils.d.ts.map