/** * Execute a given async function while displaying a loading indication. * * @param callback - A function to execute. */ export declare function withLoader(callback: () => Promise): Promise; //# sourceMappingURL=withLoader.d.ts.map