import type { EjectArgs, EjectOptions } from '../../types/index.js'; type ResolveEjectParamsProps = { objectType: string; pathToThemeFolder: string; pathToPortalCustomThemeFolder: string; componentToEject: string; theme: string | undefined; options: EjectOptions; }; export declare const DEFAULT_IGNORED_FILES: string[]; export declare const EJECTABLE_FILES: string[]; export default function resolveEjectParams(args: EjectArgs): Promise; export {}; //# sourceMappingURL=resolveEjectParams.d.ts.map