import { PlatformLoad } from './platform-load';
export declare class PlatformLoadDefault extends PlatformLoad {
    ready(): Promise<void>;
}
