export declare function loadTextureAsync({ asset }: {
    asset: any;
}): Promise<any>;
//# sourceMappingURL=loadTextureAsync.d.ts.map