import { Frame } from './Frame';
import { ITexture } from './ITexture';
export declare function GetFrames(texture: string | ITexture, frames?: string[] | number[]): Frame[];
//# sourceMappingURL=GetFrames.d.ts.map