/** * Banner text added to files that should not be edited by users. */ export declare const NON_EDITABLE_FILE_BANNER = "// Code generated by Slice Machine. DO NOT EDIT."; /** * The default file path at which environment variables will be stored. */ export declare const DEFAULT_ENVIRONMENT_VARIABLE_FILE_PATH = ".env"; /** * The file paths at which environment variables will be read in order from * lowest priority to highest priority. */ export declare const ENVIRONMENT_VARIABLE_PATHS: string[]; /** * The name of the environment variable that stores the active Prismic * environment. */ export declare const PRISMIC_ENVIRONMENT_ENVIRONMENT_VARIABLE_NAME = "NUXT_PUBLIC_PRISMIC_ENVIRONMENT";