import type { CacheFrom } from '../..';
import type { APIStageInstance } from '../../types';
import { GuildRelatedResource } from './default/guild-related';
export declare class StageInstances extends GuildRelatedResource<APIStageInstance, APIStageInstance> {
    namespace: string;
    filter(data: APIStageInstance, id: string, guild_id: string, from: CacheFrom): boolean;
}
