export declare const getApiUrl: () => any; export declare const request: (url: string, shadowRoot: ShadowRoot, data?: Record, method?: string) => Promise;