export declare const isAngiePluginAvailable: () => boolean; export declare const isAngiePluginActive: () => boolean; export declare const waitForAngiePluginAvailable: (timeoutMs?: number) => Promise; export declare const waitForAngiePluginActive: (timeoutMs?: number) => Promise;