declare function useBelvoScript(src?: string): {
    ready: boolean;
    error: Error | null;
};

export { useBelvoScript };
