export declare const configTypes: readonly ["mint", "docs"];
export type ConfigType = (typeof configTypes)[number];
