export interface ServiceWorkerOptionsType {
    showUnverifiedSignatures: boolean;
}
