declare type SubPackageRoot = string;
declare type AsSubPackageRuntimeOptions = {
    packageType: 'main' | 'sub';
    independent?: boolean;
    subPackageRoot?: SubPackageRoot;
};
export declare function overloadNativeAppConstructor(config: any): (subPkgRoot?: AsSubPackageRuntimeOptions | SubPackageRoot) => any;
export {};
