export declare const onInit: () => void;
export declare const wrapUrl: ((url: string, userId: number) => string) | undefined;
export declare const onExecute: (userId: number) => void;
