import * as sdkTypes from "@supernovaio/sdk";
export interface DefaultDesignSystemFlags {
    apiKey: string;
    apiUrl?: string;
    brandId?: string;
    designSystemId: string;
    proxyUrl?: string;
    themeId?: string[];
}
export declare function getWritableVersion(flags: DefaultDesignSystemFlags): Promise<{
    brand: null | sdkTypes.Brand;
    designSystem: sdkTypes.DesignSystem;
    id: sdkTypes.RemoteWorkspaceVersionIdentifier;
    instance: sdkTypes.Supernova;
    themes: sdkTypes.TokenTheme[];
    version: sdkTypes.DesignSystemVersion;
}>;
//# sourceMappingURL=sdk.d.ts.map