import AbstractStore from '../../../stores/AbstractStore';
export default class ViewStore extends AbstractStore {
    name: string;
    fetchSkillViews(): Promise<Pick<import("@sprucelabs/schema").SchemaStaticValues<any, false, string, import("@sprucelabs/schema").StaticSchemaAllValues<any, false>>, string>>;
}
