export declare class Compositions {
    static id: string;
    static dependencies: never[];
    static provider(): Promise<Compositions>;
}
