type PlatformType = "ios" | "android";
export declare const linkAssets: ({ rootPath, platforms, shouldUnlink, }: {
    rootPath: string;
    shouldUnlink?: boolean;
    platforms: { [k in PlatformType]: {
        enabled: boolean;
        assets: string[];
    }; };
}) => Promise<void>;
export {};
//# sourceMappingURL=main.d.ts.map