/** * Banner text added to files that should not be edited by users. */ export declare const NON_EDITABLE_FILE_BANNER = "// Code generated by Prismic. DO NOT EDIT."; export declare const CUSTOM_TYPES_LIBRARY_DIRNAME = "customtypes"; export declare const CUSTOM_TYPE_MODEL_FILENAME = "index.json"; export declare const SHARED_SLICE_MODEL_FILENAME = "model.json"; export declare const TSCONFIG_FILENAME = "tsconfig.json"; export declare const GLOBAL_TYPESCRIPT_TYPES_FILENAME = "prismicio-types.d.ts";