export type CapacitorConfig = {
    includePlugins?: string[];
};
