import { ITransitionType } from "./ITransitionType";
export interface ITransitionBeginHandler {
    (): ITransitionType;
}
