/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ type Element = { info: { supported_versions: { platform: string; versions: string; }[]; }; usage: { count: number; }; }; export declare function getSpecInfo(styleId: string): Promise; export {};