export type PayloadConfig = Promise<{ admin?: { importMap?: { importMapFile?: string; }; }; routes?: { admin?: string; }; }>;