export * from './custom-components';
export * from './custom-hooks';
export * from './components';
export * from './deck-hooks';
export * from './modules';
export * from './globals';
export * from './webpack';
export * from './utils';
export * from './class-mapper';
export * from './api';
/**
 * @deprecated use @decky/api instead
 */
export declare const definePlugin: (fn: any) => any;
