/**
 * Loads the schema from the partner defined file.
 */
export declare const loadSchemaFromPath: (extensionPath: string, patchPath: string | undefined) => Promise<string>;
