import type { PlayAttributes } from '@/test/types'; export declare function checkNullTest({ canvasElement }: PlayAttributes): Promise; export declare function checkUndefinedTest({ canvasElement }: PlayAttributes): Promise; export declare function defaultTest({ canvasElement, args }: PlayAttributes): Promise; export declare function isoTest({ canvasElement, args }: PlayAttributes): Promise;